assert len(lex) self.bucket_specs[-1][1]

24

assert len(lex) < self.bucket_specs[-1][1] -

Your max_prediction_length is 8, 
so if you have labels over 8 characters, 
you'll get this error. 
You should adjust it with the --max-prediction CLI parameter.

Comments

Submit
0 Comments